home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / Tools / Uninstall Manager / UM321.EXE / UNINSMAN.EN_ / 0 / RCDATA / TEXTRABOX / TEXTRABOX.txt
Encoding:
Text File  |  2000-12-11  |  6.3 KB  |  309 lines

  1. object Extrabox: TExtrabox
  2.   Left = 241
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 307
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ClearSlot: TButton
  20.     Left = 344
  21.     Top = 240
  22.     Width = 75
  23.     Height = 25
  24.     Hint = 'Click to delete contents of selected slot.'
  25.     Caption = '&Delete Slot'
  26.     TabOrder = 5
  27.     OnClick = ClearSlotClick
  28.   end
  29.   object Button1: TButton
  30.     Left = 260
  31.     Top = 276
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'OK'
  35.     ModalResult = 2
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object GroupBox2: TGroupBox
  40.     Left = 8
  41.     Top = 8
  42.     Width = 411
  43.     Height = 200
  44.     Caption = 'Select Slot'
  45.     TabOrder = 1
  46.     object RadioButton1: TRadioButton
  47.       Left = 16
  48.       Top = 32
  49.       Width = 49
  50.       Height = 17
  51.       Caption = 'Slot I'
  52.       Checked = True
  53.       TabOrder = 0
  54.       TabStop = True
  55.       OnClick = RadioButton1Click
  56.     end
  57.     object RadioButton2: TRadioButton
  58.       Left = 16
  59.       Top = 64
  60.       Width = 57
  61.       Height = 17
  62.       Caption = 'Slot II'
  63.       TabOrder = 1
  64.       OnClick = RadioButton2Click
  65.     end
  66.     object RadioButton3: TRadioButton
  67.       Left = 16
  68.       Top = 96
  69.       Width = 57
  70.       Height = 17
  71.       Caption = 'Slot III'
  72.       TabOrder = 2
  73.       OnClick = RadioButton3Click
  74.     end
  75.     object Edit2: TEdit
  76.       Left = 120
  77.       Top = 60
  78.       Width = 271
  79.       Height = 21
  80.       Hint = 'Click to write a description for slot II.'
  81.       TabOrder = 3
  82.     end
  83.     object Edit1: TEdit
  84.       Left = 120
  85.       Top = 28
  86.       Width = 271
  87.       Height = 21
  88.       Hint = 'Click to write a description for slot I.'
  89.       TabOrder = 4
  90.     end
  91.     object Edit3: TEdit
  92.       Left = 120
  93.       Top = 92
  94.       Width = 271
  95.       Height = 21
  96.       Hint = 'Click to write a description for slot III.'
  97.       TabOrder = 5
  98.     end
  99.     object Edit4: TEdit
  100.       Left = 120
  101.       Top = 124
  102.       Width = 271
  103.       Height = 21
  104.       Hint = 'Click to write a description for slot IV.'
  105.       TabOrder = 6
  106.     end
  107.     object Edit5: TEdit
  108.       Left = 120
  109.       Top = 156
  110.       Width = 271
  111.       Height = 21
  112.       Hint = 'Click to write a description for slot V.'
  113.       TabOrder = 7
  114.     end
  115.     object RadioButton4: TRadioButton
  116.       Left = 16
  117.       Top = 128
  118.       Width = 57
  119.       Height = 17
  120.       Caption = 'Slot IV'
  121.       TabOrder = 8
  122.       OnClick = RadioButton4Click
  123.     end
  124.     object RadioButton5: TRadioButton
  125.       Left = 16
  126.       Top = 160
  127.       Width = 57
  128.       Height = 17
  129.       Caption = 'Slot V'
  130.       TabOrder = 9
  131.       OnClick = RadioButton5Click
  132.     end
  133.   end
  134.   object GroupBox3: TGroupBox
  135.     Left = 8
  136.     Top = 219
  137.     Width = 169
  138.     Height = 80
  139.     Hint = 'Shows when windows settings stored and the snapshot taken.'
  140.     Caption = 'Dates'
  141.     TabOrder = 2
  142.     object Label5: TLabel
  143.       Left = 96
  144.       Top = 52
  145.       Width = 32
  146.       Height = 13
  147.       Caption = 'Label5'
  148.     end
  149.     object Label1: TLabel
  150.       Left = 8
  151.       Top = 20
  152.       Width = 78
  153.       Height = 13
  154.       Caption = 'Backup Date    :'
  155.     end
  156.     object Label4: TLabel
  157.       Left = 96
  158.       Top = 20
  159.       Width = 32
  160.       Height = 13
  161.       Caption = 'Label4'
  162.     end
  163.     object Label3: TLabel
  164.       Left = 8
  165.       Top = 52
  166.       Width = 77
  167.       Height = 13
  168.       Caption = 'Snapshot Date :'
  169.     end
  170.   end
  171.   object Button2: TButton
  172.     Left = 344
  173.     Top = 276
  174.     Width = 75
  175.     Height = 25
  176.     Caption = 'Cancel'
  177.     ModalResult = 2
  178.     TabOrder = 3
  179.     OnClick = Button2Click
  180.   end
  181.   object Panel1: TPanel
  182.     Left = 0
  183.     Top = 0
  184.     Width = 426
  185.     Height = 308
  186.     BevelOuter = bvNone
  187.     TabOrder = 4
  188.     Visible = False
  189.     object Label2: TLabel
  190.       Left = 8
  191.       Top = 228
  192.       Width = 404
  193.       Height = 26
  194.       Caption = 
  195.         'Press Ok to restore windows settings (startup and registry files' +
  196.         ') to return your windows exactly the same state when you backed ' +
  197.         'them up. Otherwise press Cancel.'
  198.       WordWrap = True
  199.     end
  200.     object Label6: TLabel
  201.       Left = 128
  202.       Top = 16
  203.       Width = 286
  204.       Height = 13
  205.       Caption = 'The list is showing that the changed startup and registry files.'
  206.       WordWrap = True
  207.     end
  208.     object Label7: TLabel
  209.       Left = 128
  210.       Top = 56
  211.       Width = 32
  212.       Height = 13
  213.       Caption = 'Label7'
  214.     end
  215.     object Label8: TLabel
  216.       Left = 128
  217.       Top = 84
  218.       Width = 32
  219.       Height = 13
  220.       Caption = 'Label8'
  221.     end
  222.     object GroupBox1: TGroupBox
  223.       Left = 8
  224.       Top = 8
  225.       Width = 105
  226.       Height = 209
  227.       Caption = 'Changes'
  228.       Enabled = False
  229.       TabOrder = 0
  230.       object CheckBox1: TCheckBox
  231.         Left = 12
  232.         Top = 16
  233.         Width = 84
  234.         Height = 25
  235.         Caption = 'Autoexec.bat'
  236.         TabOrder = 0
  237.       end
  238.       object CheckBox2: TCheckBox
  239.         Left = 12
  240.         Top = 46
  241.         Width = 84
  242.         Height = 17
  243.         Caption = 'Config.sys'
  244.         TabOrder = 1
  245.       end
  246.       object CheckBox3: TCheckBox
  247.         Left = 12
  248.         Top = 72
  249.         Width = 84
  250.         Height = 17
  251.         Caption = 'Win.ini'
  252.         TabOrder = 2
  253.       end
  254.       object CheckBox4: TCheckBox
  255.         Left = 12
  256.         Top = 100
  257.         Width = 84
  258.         Height = 17
  259.         Caption = 'System.ini'
  260.         TabOrder = 3
  261.       end
  262.       object CheckBox5: TCheckBox
  263.         Left = 12
  264.         Top = 128
  265.         Width = 84
  266.         Height = 17
  267.         Caption = 'System.dat'
  268.         TabOrder = 4
  269.       end
  270.       object CheckBox6: TCheckBox
  271.         Left = 12
  272.         Top = 156
  273.         Width = 84
  274.         Height = 17
  275.         Caption = 'User.dat'
  276.         TabOrder = 5
  277.       end
  278.       object CheckBox7: TCheckBox
  279.         Left = 12
  280.         Top = 184
  281.         Width = 84
  282.         Height = 17
  283.         Caption = 'Classes.dat'
  284.         TabOrder = 6
  285.       end
  286.     end
  287.     object Button3: TButton
  288.       Left = 258
  289.       Top = 274
  290.       Width = 75
  291.       Height = 25
  292.       Caption = 'Ok'
  293.       ModalResult = 2
  294.       TabOrder = 1
  295.       OnClick = Button3Click
  296.     end
  297.     object Button4: TButton
  298.       Left = 342
  299.       Top = 274
  300.       Width = 75
  301.       Height = 25
  302.       Caption = 'Cancel'
  303.       ModalResult = 2
  304.       TabOrder = 2
  305.       OnClick = Button4Click
  306.     end
  307.   end
  308. end
  309.